Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1SortedList<TKey,TValue> Class
Members

In This Topic
    C1SortedList<TKey,TValue> Class
    In This Topic
    Object Model
    C1SortedList<TKey,TValue> Class
    Syntax
    'Declaration
     
    Public Class C1SortedList
        (Of TKey As IComparable(Of TKey),
         TValue) 
    public class C1SortedList<TKey,TValue> 
    where TKey: IComparable<TKey>
    Type Parameters
    TKey
    TValue
    Inheritance Hierarchy

    System.Object
       C1.Xaml.Document.C1SortedList<TKey,TValue>

    See Also